﻿
.awardsCertifications {
    background: #262A3A;
    position: relative;
    padding: 70px 0 130px;
}
.awardsCertifications::after {
    position: absolute;
    content: '';
    right: 0;
    width: 100%;
    bottom: 0;
    height: 200px;
    background: #F2F2F2;
}
.awardsCertifications .awardTitle {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-family: "Medium";
    margin: 0;
    margin-bottom: 52px;
    letter-spacing: 3px;
}
.awardsCertifications .filterLinks .awardsLinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    position: relative;
    margin-bottom: 130px;
    min-width: 50%;
}

.awardsCertifications .filterLinks .awardsLinks .awardLinkLi:not(:last-of-type) {
    padding-left: 95px;
}

.awardsCertifications .filterLinks .awardsLinks .awardLinkLi  a {
    font-size: 16px;
    color: #fff;
    font-family: "light";
    text-decoration: unset !important;
    text-align: center;
}
.awardsCertifications .filterLinks .awardsLinks .awardLinkLi  a.linkedAc {
    font-size: 22px;
    position: relative;
    border: 2px solid #8F929D;
    border-radius: 17px;
    padding: 0px 30px 8px 30px;
}
.awardsCertifications .filterLinks .awardsLinks .awardLinkLi.active  a.linkedAc {
    border: 2px solid #BD9A5F;
}


.awardsCertifications .filterLinks .awardsLinks .subfilteredLink{
    position: absolute;
    width: 100%;
    visibility: hidden;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    top: 85px;
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.awardsCertifications .filterLinks .awardsLinks .awardLinkLi:last-of-type .subfilteredLink {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.awardsCertifications .filterLinks .awardsLinks .awardLinkLi:last-of-type .subfilteredLink a:not(:first-of-type) {
    margin-right: 30px;
}
.awardsCertifications .filterLinks .awardsLinks .subfilteredLink a {
    padding: 6px 16px;
    border-radius: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.2;
}
.awardsCertifications .filterLinks .awardsLinks .awardLinkLi .linkedAc img {
    -webkit-filter: bleftness(0) invert(1);
            filter: bleftness(0) invert(1);
}
.ACswiper .swiperCertifications,
.ACswiper .swiperCertifications  .awardBox,
.ACswiper .swiperCertifications .swiper-slide {
    height: 256px;
}
.ACswiper .swiperCertifications  .awardBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow: hidden;
}
.ACswiper .swiperCertifications  .awardBox .awardHover {
    width: 100%;
    position: absolute;
    background: rgba(189, 155, 95, 0.8);
    bottom: -102%;
    height: 100%;
    text-align: center;
    padding: 0 18px;
    -webkit-transition: .25s;
    -o-transition: .25s;
    transition: .25s;

}
.ACswiper .swiperCertifications  .awardBox .awardHover img {
    padding-top: 45px;
    display: inline-block;
}
.ACswiper .swiperCertifications  .awardBox .awardHover span {
    display: block;
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    padding-top: 45px;
    font-family: "light";
}
.ACswiper .swiperCertifications  .awardBox .awardIcon {
    height: 100%;
    width: 100%;
    padding: 20px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.ACswiper .swiperCertifications  .awardBox .awardIcon img {
    max-height: 100%;
    max-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

/* start animation */
.ACswiper .swiperCertifications .awardBox:hover .awardHover {
    bottom: 0;
}
.ACswiper .swiperCertifications  .awardBox:hover .awardIcon img {
    -webkit-filter:unset;
            filter:unset;
}
.awardsCertifications .filterLinks .awardsLinks .awardLinkLi.active .linkedAc img {
    -webkit-filter: unset;
            filter: unset;
}
.awardsCertifications .filterLinks .awardsLinks .awardLinkLi.active .linkedAc {
    color: #BD9A5F;
}

.awardsCertifications .filterLinks .awardsLinks .awardLinkLi.active .subfilteredLink {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
}
.awardsCertifications .filterLinks .awardsLinks .awardLinkLi.active .subfilteredLink a.active {
    background: #BD9A5F;
}
@supports not ((width: -webkit-max-content) or (width: -moz-max-content) or (width: max-content)) {
    .awardsCertifications .filterLinks .awardsLinks .awardLinkLi .subfilteredLink {
        width: 50%;
    }
}
@media (max-width:1600px) {
    .awardsCertifications .filterLinks .awardsLinks {
        min-width: 55%;
    }
    .ACswiper .swiperCertifications .awardBox .awardHover span {
        font-size: 18px;
        line-height: 1.2;
    }
    .ACswiper .swiperCertifications, .ACswiper .swiperCertifications .awardBox, .ACswiper .swiperCertifications .swiper-slide {
        height: 200px;
    }
    .ACswiper .swiperCertifications .awardBox .awardHover span,
    .ACswiper .swiperCertifications .awardBox .awardHover img {
        padding-top: 30px;
    }
}
@media (max-width:992px) {
    .awardsCertifications .filterLinks .awardsLinks .awardLinkLi a.linkedAc {
        font-size: 20px;
    }
    .awardsCertifications .filterLinks .awardsLinks .awardLinkLi:not(:last-of-type) {
        padding-left: 65px;
    }
}
@media (max-width:600px) {
    .awardsCertifications {
        padding: 48px 0 60px;
    }
    .awardsCertifications .awardTitle {
        font-size: 22px;
        margin-bottom: 30px;
        letter-spacing: 3px;
    }
    .awardsCertifications .filterLinks .awardsLinks {
        width: 90%;
    }
    .awardsCertifications .filterLinks .awardsLinks .subfilteredLink a {
        padding: 1px 10px;
        border-radius: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 10px;
    }
    .awardsCertifications .filterLinks .awardsLinks .awardLinkLi .linkedAc img {
        width: 16px;
    }
    .awardsCertifications .filterLinks .awardsLinks {
        margin-bottom: 85px;
    }
    .awardsCertifications .filterLinks .awardsLinks .subfilteredLink {
        top: 65px;
    }
    .ACswiper .swiperCertifications .awardBox .awardHover img {
        padding-top: 20px;
    }
    .ACswiper .swiperCertifications, .ACswiper .swiperCertifications .awardBox, .ACswiper .swiperCertifications .swiper-slide {
        height: 180px;
    }
    .awardsCertifications::after {
        height: 125px;
    }
    .ACswiper .swiperCertifications .awardBox .awardHover span {
        font-size: 16px;
        padding-top: 22px;
    }
    .awardsCertifications .filterLinks .awardsLinks .awardLinkLi:not(:last-of-type) {
        padding-left: 20px;
    }
    .awardsCertifications .filterLinks .awardsLinks .awardLinkLi a.linkedAc {
        font-size: 15px;
    }

}
@media (max-width:500px) {
    .awardsCertifications .filterLinks .awardsLinks .awardLinkLi a.linkedAc {
        font-size: 14px;
    }
    .awardsCertifications .filterLinks .awardsLinks .awardLinkLi a.linkedAc {
        padding: 2px 15px 7px 15px;
    }
}
  